Creating an MDM Subscription Handler |
|
Before you begin this task:
- Create a Java class for the subscription handler that implements ISubscriptionHandler.java Interface provided by MDM framework.
MDM Subscription handler tracks the changes in a data store. The custom implementation class is a Java class containing a program that handles the data before it reaches the hub data store.
- Select a starting point and click
(MDM Subscription Handler) to create a subscription handler. The Untitled <MDM Subscription Handler> - MDM Subscription Handler window appears.
- Specify the path of the class name in the Implementation Class text box.
- Click
. The <MDM Subscription Handler> - MDM Subscription Handler dialog box appears.
- Type the appropriate name and description for the MDM Subscription Handler in the Name and Description fields.
Note:
To save the MDM Subscription Handler at a specific location, clickand select a folder in the Select Folder dialog box. If required, create a project, right-click it and create a folder.
- Click OK in the <MDM Subscription Handler> - MDM Subscription Handler dialog box.
An MDM Subscription Handler is created and added to the project content tree.
After you complete this task: The Subscription Handler can be added to any subscription between the hub and spoke entities in the MDM Model